home *** CD-ROM | disk | FTP | other *** search
/ US Army & World War 2 Set 2 / US Army & World War 2 Set 2 - Disc 1.iso / pc / Reader / AcroRd32.exe / EXVW / 10003 next >
Text File  |  2001-09-24  |  326b  |  13 lines

  1. dialog(name: '$$$/Dialogs/GoToPage', target_id: 'Page')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_row)
  6.         {
  7.             static_text(name: '$$$/Dialogs/GoToPage/Page');
  8.             edit_text(item_id: 'Page', width: max_char_width() * 6);
  9.             static_text(item_id: 'NumP', name: '$$$/Dialogs/GoToPage/NumPages');
  10.         }
  11.         ok_cancel();
  12.     }
  13. }